Docs.rs
gix-object-0.42.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix-object 0.42.3
Immutable and mutable git objects with decoding and encoding support
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
177
out of
177
items documented
0
out of
125
items with examples
Links
GitoxideLabs/gitoxide
9048
311
102
crates.io
Dependencies
bstr ^1.3.0
normal
document-features ^0.2.0
normal
optional
gix-actor ^0.31.4
normal
gix-date ^0.8.7
normal
gix-features ^0.38.2
normal
gix-hash ^0.14.2
normal
gix-utils ^0.1.11
normal
gix-validate ^0.8.5
normal
itoa ^1.0.1
normal
serde ^1.0.114
normal
optional
smallvec ^1.4.0
normal
thiserror ^1.0.34
normal
winnow ^0.6.0
normal
criterion ^0.5.1
dev
pretty_assertions ^1.0.0
dev
Versions
0.45.0
0.44.0
0.43.0
0.42.3
0.42.2
0.42.1
0.42.0
0.41.1
0.41.0
0.40.1
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
0.33.2
0.33.1
0.33.0
0.32.0
0.31.0
0.30.0
0.29.2
0.29.1
0.29.0
0.28.0
0.27.0
0.26.4
0.26.3
0.26.2
0.26.1
Owners
This crate provides types for [read-only git objects][crate::ObjectRef] backed by bytes provided in git's serialization format as well as [mutable versions][Object] of these. Both types of objects can be encoded. ## Feature Flags